dbi_get

Wrapper for mdb_get @retval true if the key/value pair was retrieved @retval false if the key wasn't found @see http://symas.com/mdb/doc/group__mdb.html#ga8bf10cd91d3f3a83a34d04ce6b07992d

static
bool
dbi_get
(
MDB_txn* txn
,
const MDB_dbi dbi
,
const MDB_val* key
,
MDB_val* data
)

Meta